ArcGIS API for Silverlight - Library Reference
TrimExtendAsync(IList<Polyline>,Polyline,CurveExtension) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class > TrimExtendAsync Method : TrimExtendAsync(IList<Polyline>,Polyline,CurveExtension) Method

polylines
The collection of polylines to be trimmed or extended
trimExtendTo
The defining trim/extend line.
extendHow
Flags controlling the extend operation.
Trims or extends each input polyline to meet another polyline.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub TrimExtendAsync( _
   ByVal polylines As IList(Of Polyline), _
   ByVal trimExtendTo As Polyline, _
   ByVal extendHow As CurveExtension _
) 
C# 
public void TrimExtendAsync( 
   IList<Polyline> polylines,
   Polyline trimExtendTo,
   CurveExtension extendHow
)

Parameters

polylines
The collection of polylines to be trimmed or extended
trimExtendTo
The defining trim/extend line.
extendHow
Flags controlling the extend operation.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.